home *** CD-ROM | disk | FTP | other *** search
- # Generic Polyray input File
- # Polyray input file: Alexander Enzmann
- # Time on 20Mhz 286/ 10Mhz 287: 2 setup, 93 tracing
-
- # Set up the camera
- viewpoint {
- from <0, 5, -5>
- at <0, 0, 0>
- up <0, 1, 0>
- angle 30
- resolution 160, 160
- }
-
- # Get various surface finishes
- include "colors.inc"
-
- # Set up background color & lights
- background sky_blue
- light <10, 10, -20>
-
- object {
- torus 0.5, 0.2, <0, 0, 0>, <0, 0, 1>
- shiny_red
- rotate <70, 20, 0>
- }
-